home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
POINT Software Programming
/
PPROG1.ISO
/
pascal
/
swag
/
comm.swg
/
0061_Sending A Break Signal Over the Modem.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1995-03-26
|
166 b
|
9 lines
{
Set your modem to send a break signal
Then enable break: (assuming COM1)
}
port[$3fb] := port[$3fb] or $40;
delay(100);
port[$3fb] := port[$3fb] and $bf;